projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
634d0a9
)
; Fix the comment back
author
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 1 May 2017 22:51:30 +0000
(
01:51
+0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 1 May 2017 22:51:36 +0000
(
01:51
+0300)
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index c9df450d5f21c8d55b6e29c531e96eb6d74b67a4..a12fa14620328bca7c19ec6e616ed49aa4199126 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-931,7
+931,7
@@
IGNORES is a list of glob patterns."
(erase-buffer)
(call-process-shell-command command nil t)
;; FIXME: What to do when the call fails?
- ;; "find: ‘
foo
’: No such file or directory\n"
+ ;; "find: ‘
xyzgrep
’: No such file or directory\n"
;; The problem is, find-grep can exit with a nonzero code even
;; when there are some matches in the output.
(goto-char (point-min))